fix: pin transitive qr to 0.5.5 to avoid border=0 crash#2678
Conversation
qr@0.6.0 rejects border=0, which crashes cuer's QRCode renderer. Pin via direct dep + pnpm override until cuer#11 is released. Fixes rainbow-me#2677
🦋 Changeset detectedLatest commit: 63f751a The changes in this PR will be included in the next version bump. This PR includes changesets to release 18 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@shottah is attempting to deploy a commit to the rainbowdotme Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 23b18c1b41
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
qr@0.5.0+ declares engines.node >= 20.19.0, which would raise RainbowKit's published Node floor from >=12.4. 0.4.2 has no engines field, accepts border=0, and matches cuer's original tested baseline. Addresses Codex review on rainbow-me#2678.
|
@codex review |
|
Codex Review: Didn't find any major issues. 🎉 ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
Fixes #2677.
qr@0.6.0rejectsborder=0, which crashes cuer's QR renderer. Pinsqrto0.4.2via direct dep + pnpm override.Temporary workaround until cuer#11 is merged and released.